home *** CD-ROM | disk | FTP | other *** search
- Path: newsserver.rrzn.uni-hannover.de!news
- From: Russell Gomersall <gomersall@vw.tci.uni-hannover.de>
- Newsgroups: comp.lang.c
- Subject: (no subject)
- Date: 4 Jan 1996 16:06:56 GMT
- Organization: RRZN - Newsserver
- Message-ID: <4cgtv0$58k@newsserver.rrzn.uni-hannover.de>
- NNTP-Posting-Host: s5b004.rrzn-user.uni-hannover.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.3 sun4m)
- X-URL: news:comp.lang.c
-
- Hi we have tried to implement a simple client server routine to communicate
- between a UNIX and an OpenVMS machine. I got the source to run on our Alpha but
- the Client can only communicate with a Server started on the same machine. As
- soon as I try to connect with an external UNIX machine connect gives me errorno
- 61!
- Vice versa no external client Programm can connect to the server running on the
- Alpha.
- The programm itself is dead simple tcpip socket programming with socket(),
- bind() and connect() (CLIENT)
- and listen(), accept() (SERVER)
- Have I forgotten something to link a special Library?
- Or is it because I compiled in /stan=vaxc?
- I would be grateful for all help
- Russell
- ====================================
- _/_/_/_/ _/_/_/_/ _/_/_/_/
- _/ _/ _/ _/
- _/_/_/_/ _/ _/ _/_/
- _/ _/ _/ _/ _/
- _/ _/ _/_/_/_/ _/_/_/_/
- ====================================
- I can feel cold black joy surging within me
- ====================================
- Dipl.-Chem. Russell Gomersall
- Institut fuer Technische Chemie
- Callinstr. 3a
- 30167 Hannover
- e-mail:gomersall@vw.tci.uni-hannover.de
- CHECK OUT:-)
- http://www.tci.uni-hannover.de/hitzmann/gomer/gomer.htm
- AND IF YOU DARE:-]
- http://www.tci.uni-hannover.de/hitzmann/gomer/priv/rcg.htm
-
-